runtime.p.mcache (field)

16 uses

	runtime (current package)
		mcache.go#L137: 		c = pp.mcache
		mgc.go#L661: 		if fg := p.mcache.flushGen.Load(); fg != mheap_.sweepgen {
		mgc.go#L1115: 			pp.mcache.prepareForSweep()
		mgc.go#L1529: 		c := p.mcache
		mgcmark.go#L1590: 		c := p.mcache
		mstats.go#L609: 	c := p.mcache
		proc.go#L5058: 	if pp.mcache == nil {
		proc.go#L5065: 			pp.mcache = mcache0
		proc.go#L5067: 			pp.mcache = allocmcache()
		proc.go#L5148: 	freemcache(pp.mcache)
		proc.go#L5149: 	pp.mcache = nil
		proc.go#L5249: 		gp.m.p.ptr().mcache.prepareForSweep()
		proc.go#L5334: 	pp.mcache.prepareForSweep()
		runtime2.go#L629: 	mcache      *mcache
		stack.go#L381: 			c := thisg.m.p.ptr().mcache
		stack.go#L480: 			c := gp.m.p.ptr().mcache